home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C ++ / Snippets / MMapp / MMappConstants.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-25  |  233 b   |  11 lines  |  [TEXT/CWIE]

  1.  
  2. #pragma once
  3. #include <PP_Types.h>
  4.  
  5. const ResIDT    kPPob_Main_Window = 1001;
  6. const ResIDT    kRidL_Main_Window = kPPob_Main_Window;
  7. const PaneIDT    kMoviePane = 1002;
  8. const PaneIDT    kPlayButton = 1004;
  9. const MessageT    msg_PlayMovie = 1201;
  10.  
  11.